Fix a typo in the docs. (#349501, Carlos GUSLiBu)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Aug 2006 15:46:24 +0000 (15:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Aug 2006 15:46:24 +0000 (15:46 +0000)
2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkliststore.c (gtk_list_store_insert_with_values):
Fix a typo in the docs.  (#349501, Carlos GUSLiBu)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkliststore.c

index da2acb09f87e8c2c2733817ea4e18fe7ea7db001..fb71fc7ea2c936dbf63d6376f4ab8ecfc313f023 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_values): 
+       Fix a typo in the docs.  (#349501, Carlos GUSLiBu)
+
        * gtk/gtkcolorsel.c (palette_paint): Remove a leftover
        debug statement. (#350072, Iago Rubio)
 
index da2acb09f87e8c2c2733817ea4e18fe7ea7db001..fb71fc7ea2c936dbf63d6376f4ab8ecfc313f023 100644 (file)
@@ -1,5 +1,8 @@
 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_values): 
+       Fix a typo in the docs.  (#349501, Carlos GUSLiBu)
+
        * gtk/gtkcolorsel.c (palette_paint): Remove a leftover
        debug statement. (#350072, Iago Rubio)
 
index 84175b7c3e956513704f87c8dd1dc969a558822b..97f054ba3f2453b7a73e94f49471b7a451d9e652 100644 (file)
@@ -1789,7 +1789,7 @@ gtk_list_store_has_default_sort_func (GtkTreeSortable *sortable)
  * has the same effect as calling 
  * <informalexample><programlisting>
  * gtk_list_store_insert (list_store, iter, position);
- * gtk_list_store_set (list_store_iter, ...);
+ * gtk_list_store_set (list_storeiter, ...);
  * </programlisting></informalexample>
  * with the difference that the former will only emit a row_inserted signal,
  * while the latter will emit row_inserted, row_changed and, if the list store